home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2000 #14 / K-CD_14_00.iso / K-CF.dcr / 00947_Hop ved dobbelt.ls < prev    next >
Encoding:
Text File  |  2000-09-27  |  114 b   |  9 lines

  1. global SnapMouseY
  2.  
  3. on mouseUp
  4.   set SnapMouseY to the mouseV
  5.   if the doubleClick then
  6.     go(#next)
  7.   end if
  8. end
  9.